React Server Components RSC
比較
Thinking in Server Components
https://gyazo.com/e97169c2d7533bc6c34fa93a36bc7031
1. ページを小さなコンポーネントに分割
感想: まぁ別に何でも感でも、非同期で作る必要はないわな。
? 何も非同期、インタラクティブな事起きないもの限定?
4. これは、Next.jsのサーバーファーストのアプローチに沿ったものです。
Why Server Components?
利点
例: データ取得をサーバーで行える。
移行作業
When to use Server and Client Components?
When to use Server and Client Components?
使い分け表便利。
Nesting Server Components inside Client Components
Unsupported Pattern: Importing Server Components into Client Components
そりゃそうだ。
Recommended Pattern: Passing Server Components to Client Components as Props
注意系
その他ライブラリでServer Components対応できていないもの多いので、注意
疑問
? 結局Server componentsをレンダリングするサーバーはどうするの?
説明が直列的、段階的でわかりやすい。
Devtoolなどでどう見るかもわかり易く書いてくれているので、自分のAppのレンダリングの調査するときの参考になる。
技術の課題解決の変遷が分かるので、理解が進む